GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager~AddFreeHandPolygonAnnot / AddFreeHandPolygonAnnot(Color,Color,PointF[]) Method





In This Topic
AddFreeHandPolygonAnnot(Color,Color,PointF[]) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Function AddFreeHandPolygonAnnot( _
   ByVal BorderColor As Color, _
   ByVal BackColor As Color, _
   ByVal Points() As PointF _
) As AnnotationPolygon
public AnnotationPolygon AddFreeHandPolygonAnnot( 
   Color BorderColor,
   Color BackColor,
   PointF[] Points
)
public function AddFreeHandPolygonAnnot( 
    BorderColor: Color;
    BackColor: Color;
    Points: PointFarray of
): AnnotationPolygon; 
public function AddFreeHandPolygonAnnot( 
   BorderColor : Color,
   BackColor : Color,
   Points : PointF[]
) : AnnotationPolygon;
public: AnnotationPolygon* AddFreeHandPolygonAnnot( 
   Color BorderColor,
   Color BackColor,
   PointF[]* Points
) 
public:
AnnotationPolygon^ AddFreeHandPolygonAnnot( 
   Color BorderColor,
   Color BackColor,
   array<PointF>^ Points
) 

Parameters

BorderColor
BackColor
Points
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager
AnnotationManager Members
Overload List